body {
  font-family: "Roboto", sans-serif;
  color: #8c8c8c;
  position: relative;

}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
 
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.text-black {
  color: #000;
}

.content {
  padding: 7rem 0;
}

.heading {
  font-size: 2.5rem;
  font-weight: 900;
}

.contact-wrap .box,
.contact-wrap .contact-info {
  padding: 40px;
}

.contact-wrap .contact-info {
  color: black;
}

.contact-wrap .contact-info ul li {
  margin-bottom: 15px;
  color: black;
}

.contact-wrap .contact-info h3 {
  color: black;
  font-size: 20px;
  margin-bottom: 30px;
}
